home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 803 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  784 b 

  1. From: mh1@irz301.inf.tu-dresden.de (Michael Hohmuth)
  2. Subject: Re: [MINTOS] compiler switch (was: Re: MiNT goes UNiX, ...)
  3. Date: Fri, 14 Jan 1994 05:07:42 +0100 (MET)
  4. In-Reply-To: <199401130207.VAA14533@terminator.rs.itd.umich.edu> from "Nicholas S Castellano" at Jan 12, 94 09:07:49 pm
  5. Mime-Version: 1.0
  6.  
  7. > If you want to make it possible for people to compile your code in
  8. > such a way that it works on plain TOSFS, I'd reccommend the following:
  9. > #ifdef __atarist__
  10. > #ifndef __MINT__
  11. > #define TOSFS
  12. > #endif
  13. > #endif
  14.  
  15. This means, "use another library than the MiNT library to compile in Tosfs
  16. compatibility", which isn't what you meant, is it?  :-)
  17.  
  18. Instead, I'd recomment defining -DTOSFS at the compiler's command line.
  19.  
  20. Michael
  21. -- 
  22. Internet: hohmuth@freia.inf.tu-dresden.de
  23.